home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 October
/
PCWorld_2006-10_cd.bin
/
zabezpeceni
/
eraser
/
Eraser57Setup.exe
/
EraserSetup.exe
/
{app}
/
Examples
/
Delphi
/
Eraser.dpr
next >
Wrap
Text File
|
2002-08-04
|
220b
|
13 lines
Program Project1;
uses
Forms,
eraserdll in 'eraserdll.pas',
form1 in 'form1.pas' {Form1Cls};
begin
Application.Initialize;
Application.CreateForm( TForm1Cls, Form1Cls);
Application.Run;
end.